Do not autoload appt-delete.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:56:11 +0000 (18:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:56:11 +0000 (18:56 -0700)
* lisp/calendar/appt.el (appt-delete): Don't autoload it (you can't use it
without having used appt.el already).

lisp/ChangeLog
lisp/calendar/appt.el

index 6ed8ed0b60f5ea099f5b65d4878809b3f6171922..77e0f8e08492c48f5a609a2a78ccf7b38713e10f 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-03  Glenn Morris  <rgm@gnu.org>
 
+       * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
+       without having used appt.el already).
+
        * subr.el (make-local-hook): Remove function obsolete since 21.1.
        * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
        (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
index 5e888c6c58c340633af3f82eeea461ff8ebac104..7667caad3362197853e7eceab97e6681e52bdb2b 100644 (file)
@@ -456,7 +456,6 @@ sMinutes before the appointment to start warning: ")
       (setq appt-time-msg-list
             (appt-sort-list (nconc appt-time-msg-list (list time-msg)))))))
 
-;;;###autoload
 (defun appt-delete ()
   "Delete an appointment from the list of appointments."
   (interactive)